home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot / sun3.md / bootparam.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-14  |  306 b   |  14 lines

  1.  
  2. /*    @(#)bootparam.h 1.1 86/09/27 SMI    */
  3.  
  4. /*
  5.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  6.  */
  7.  
  8. /*
  9.  * Constants for standalone I/O (bootstrap) code
  10.  */
  11. #define    LOADADDR    0x4000        /* Load address of boot pgms */
  12. #define    BBSIZE        64*512        /* boot block size (from fs.h) */
  13. #define    DEV_BSIZE    512        /* manifest */
  14.